SingleNINumericSingleNIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SingleN>.IsGreaterThanOrEqualTo(
SingleN value
)
Private Function IsGreaterThanOrEqualTo (
value As SingleN
) As Boolean Implements INumeric(Of SingleN).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
SingleN value
) sealed = INumeric<SingleN>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : SingleN -> bool
private override IsGreaterThanOrEqualTo :
value : SingleN -> bool
- value SingleN
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)